ci: add dependabot to update actions (#275)
authordundargoc <33953936+dundargoc@users.noreply.github.com>
Sat, 28 Dec 2024 13:15:47 +0000 (14:15 +0100)
committerGitHub <noreply@github.com>
Sat, 28 Dec 2024 13:15:47 +0000 (08:15 -0500)
This will prevent CI failing from using deprecated actions.

.github/dependabot.yml [new file with mode: 0644]

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644 (file)
index 0000000..e96fd52
--- /dev/null
@@ -0,0 +1,8 @@
+version: 2
+updates:
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "daily"
+    commit-message:
+      prefix: "ci"